home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / 3dvect39 / joystick.ext < prev    next >
Text File  |  1994-10-30  |  2KB  |  50 lines

  1. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2. ;
  3. ; Filename     : joystick.ext
  4. ; Included from: Your Program
  5. ; Description  : External Definitions
  6. ;
  7. ; Written by: John McCarthy
  8. ;             1316 Redwood Lane
  9. ;             Pickering, Ontario.
  10. ;             Canada, Earth, Milky Way (for those out-of-towners)
  11. ;             L1X 1C5
  12. ;
  13. ; Internet/Usenet:  BRIAN.MCCARTHY@CANREM.COM
  14. ;         Fidonet:  Brian McCarthy 1:229/15
  15. ;   RIME/Relaynet: ->CRS
  16. ;
  17. ; Home phone, (905) 831-1944, don't call at 2 am eh!
  18. ;
  19. ; John Mccarthy would really love to work for a company programming Robots
  20. ; or doing some high intensive CPU work.  Hint. Hint.
  21. ;
  22. ; Send me your protected mode source code!
  23. ; Send me your Objects!
  24. ; But most of all, Send me a postcard!!!!
  25. ;
  26. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  27.  
  28.          extrn _joy_tax:dword
  29.          extrn _joy_tay:dword
  30.          extrn _joy_tbx:dword
  31.          extrn _joy_tby:dword
  32.          extrn _joycenax:dword
  33.          extrn _joycenay:dword
  34.          extrn _joycenbx:dword
  35.          extrn _joycenby:dword
  36.          extrn _joy_ax:dword
  37.          extrn _joy_ay:dword
  38.          extrn _joy_bx:dword
  39.          extrn _joy_by:dword
  40.          extrn _joy_lastcallstate:byte
  41.          extrn _joy_thiscallstate:byte
  42.          extrn _joy_deadzone:dword
  43.  
  44.          extrn _joy_rawjoystick:near
  45.          extrn _joy_justgetbutton:near
  46.          extrn _joy_calibratejoystick:near
  47.          extrn _joy_cartisianjoystick:near
  48.          extrn _joy_waitalloff:near
  49.  
  50.